The standard uptake value (SUV) is summarized using the hotspot method or by calculating total volume of the high values.
hotSpotSUV(suv, radius = 10, type = "3D")
totalSUV(suv, mask, z, bg, local = TRUE)is the standard uptake value (SUV).
is the desired hotspot radius (units = voxels).
is a character string (acceptable values are 2D or
3D) that determines the dimension of the hot spot (default =
3D).
is a multidimensional array of logical values.
is the slice index.
is the estimated background SUV.
is a logical value.
...
...